home *** CD-ROM | disk | FTP | other *** search
/ Minami 49 / MINAMI49.ISO / Varios / Juegos Flash / Shoot.exe / scripts / DefineButton2_18 / BUTTONCONDACTION on(press).as
Text File  |  2003-04-29  |  128b  |  9 lines

  1. on(press){
  2.    set("/:score",eval("/:score") + "25");
  3.    play();
  4.    tellTarget("/sky1/skyhit")
  5.    {
  6.       play();
  7.    }
  8. }
  9.